-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: update all deps #1963
feat!: update all deps #1963
Conversation
Preview is ready. |
Visual Tests Report is ready. |
gulpfile.js
Outdated
@@ -55,7 +55,7 @@ task('copy-i18n', () => { | |||
task('styles-global', () => { | |||
return src(['styles/styles.scss', 'styles/fonts.scss']) | |||
.pipe( | |||
sass().on('error', function (error) { | |||
sass({silenceDeprecations: ['legacy-js-api']}).on('error', function (error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not upgrade for latest api? We did it in app-builder already for example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrade what? This is the issue within the gulp-dart-scss
package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of gulp-dart-scss
we can use gulp-sass package which supports the new sass API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
No description provided.